home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / language-pack-pl-base.postrm < prev    next >
Text File  |  2008-10-26  |  121b  |  10 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = "remove" ]; then
  4.     /usr/share/locales/remove-language-pack "pl" "" "$2" || true
  5. fi
  6.  
  7.  
  8.  
  9. exit 0
  10.